Inheritance diagram for XFcAudioBuffer:


Public Member Functions | |
| virtual XFCIMPORT | ~XFcAudioBuffer () |
| Virtual destructor. | |
Static Public Member Functions | |
| XFCIMPORT XFcAudioBuffer * | create (XFcAudioFormat aFormat, REAL aVolume) |
| Creates a new audio buffer object with given audio format and volume. | |
| XFCIMPORT XFcAudioBuffer * | create (XFcAudioFormat aFormat, REAL aVolume, REAL aPanning) |
| Creates a new audio buffer object with given audio format, volume and panning. | |
| XFCIMPORT XFcAudioBuffer * | create (XFcAudioFormat aFormat, REAL aVolume, REAL aPanning, UINT16 aPriority) |
| Creates a new audio buffer object with the given audio format, volume, panning and priority. | |
| XFCIMPORT XFcAudioBuffer * | create (FLOAT32 aSamplingRate, UINT32 aFlags, INT32 aSamples, REAL aVolume) |
| Creates a new audio buffer object with the given audio format and volume. | |
| XFCIMPORT XFcAudioBuffer * | create (FLOAT32 aSamplingRate, UINT32 aFlags, INT32 aSamples, REAL aVolume, REAL aPanning) |
| Creates a new audio buffer object with the given audio format, volume and panning. | |
| XFCIMPORT XFcAudioBuffer * | create (FLOAT32 aSamplingRate, UINT32 aFlags, INT32 aSamples, REAL aVolume, REAL aPanning, UINT16 aPriority) |
| Creates a new audio buffer object with the given audio format, volume, panning and priority. | |
Protected Member Functions | |
| XFCIMPORT | XFcAudioBuffer () |
| Protected constructor. | |
| XFCIMPORT INT | initialize (FLOAT32 aSamplingRate, UINT32 aFlags, INT32 aSamples, REAL aVolume, REAL aPanning, UINT16 aPriority) |
| Initialization method. | |
| XFCIMPORT INT | initialize (XFcAudioFormat aFormat, REAL aVolume, REAL aPanning, UINT16 aPriority) |
| Initialization method. | |
|
|
Virtual destructor.
|
|
|
Protected constructor.
|
|
||||||||||||||||||||||||||||
|
Creates a new audio buffer object with the given audio format, volume, panning and priority.
|
|
||||||||||||||||||||||||
|
Creates a new audio buffer object with the given audio format, volume and panning.
|
|
||||||||||||||||||||
|
Creates a new audio buffer object with the given audio format and volume.
|
|
||||||||||||||||||||
|
Creates a new audio buffer object with the given audio format, volume, panning and priority.
|
|
||||||||||||||||
|
Creates a new audio buffer object with given audio format, volume and panning.
|
|
||||||||||||
|
Creates a new audio buffer object with given audio format and volume.
|
|
||||||||||||||||||||
|
Initialization method. This should be called by all extending classes in their creation method. |
|
||||||||||||||||||||||||||||
|
Initialization method. This should be called by all extending classes in their creation method. |
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch | ||